Package com.cisco.pt.ipc.ui
Interface ActiveDialog
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
ActiveDialogImpl
Information provided by the PKI file:
\class ActiveDialog
\brief ActiveDialog is the class of dockable active dialogs.
\example appWindow().getActiveDialog()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisable(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides the current active dialog widget from view. \param bVisible, true shows the widget, false hides it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setDisable
void setDisable(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to the current active dialog widget. \param bDisabled, true disables input events to the widget, false enables it.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-